Request headers

Only registered user can perform this action
  Authentication - string - required
    Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"

Success response body

{
  "id": 15,
  "finished": false,
  "exam_results": null,
  "s3_key": null,
  "actionable": {
    "id": 1,
    "title": "Exam",
    "questions_length": 40,
    "questions": [
      {
        "id": 13,
        "body": "Determining your ______ is the first step to creating an effective social media strategy.",
        "options": [
          {
            "id": 39,
            "body": "Goals"
          },
          ...
        ]
      },
      ...
    ]
  }
}

Params

Param name Description
id
required

Validations:

  • Must be a Integer